home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / pc / explorer / right.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1997-07-22  |  355 b   |  36 lines

  1. on zoomOut
  2.   tell the stage
  3.     zoomsOut()
  4.   end tell
  5. end
  6.  
  7. on zoomIn
  8.   tell the stage
  9.     zoomsIn()
  10.   end tell
  11. end
  12.  
  13. on wipeLeft
  14.   tell the stage
  15.     wipesLeft()
  16.   end tell
  17. end
  18.  
  19. on wipeRight
  20.   tell the stage
  21.     wipesRight()
  22.   end tell
  23. end
  24.  
  25. on wipeDown
  26.   tell the stage
  27.     wipesDown()
  28.   end tell
  29. end
  30.  
  31. on shade
  32.   tell the stage
  33.     shades()
  34.   end tell
  35. end
  36.